net/http.http2serverConn.sendWindowUpdate (method)

10 uses

	net/http (current package)
		h2_bundle.go#L4934: 		sc.sendWindowUpdate(nil, int(diff))
		h2_bundle.go#L5588: 			sc.sendWindowUpdate(nil, int(f.Length)) // conn-level
		h2_bundle.go#L5725: 		sc.sendWindowUpdate(nil, p.Len())
		h2_bundle.go#L5869: 		sc.sendWindowUpdate(nil, int(f.Length)) // conn-level
		h2_bundle.go#L5886: 		sc.sendWindowUpdate(nil, int(f.Length)) // conn-level
		h2_bundle.go#L5907: 				sc.sendWindowUpdate(nil, int(f.Length)-wrote)
		h2_bundle.go#L6489: 	sc.sendWindowUpdate(nil, n) // conn-level
		h2_bundle.go#L6493: 		sc.sendWindowUpdate(st, n)
		h2_bundle.go#L6499: 	sc.sendWindowUpdate(st, int(n))
		h2_bundle.go#L6503: func (sc *http2serverConn) sendWindowUpdate(st *http2stream, n int) {